Definition Type: ComplexType
Name: SitzType
Namespace: http://www.bewohnervertretung.at/EdiTypes
Containing Schema: EdiTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Andere Drilldown into FussBeingurte Drilldown into HandArmgurte Drilldown into Therapietisch Drilldown into Tisch Drilldown into Brustgurt Drilldown into Bauchgurt Drilldown into SitzhoseXSD Diagram of SitzType
Collapse XSD Schema Code:
<xs:complexType name="SitzType">
    <xs:choice>
        <xs:element name="Sitzhose">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Sitzhose
          </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Bauchgurt">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Bauchgurt
          </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Brustgurt">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Brustgurt
          </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Tisch">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Tisch
          </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Therapietisch">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Therapietisch
          </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="HandArmgurte">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Hand/Armgurte
            1: Eine Hand ist beschränkt
            2: Beide Hände sind beschränkt
          </xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:enumeration value="1" />
                    <xs:enumeration value="2" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="FussBeingurte">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Fuß/Beingurte
            1: Ein Fuß ist beschränkt
            2: Beide Füße sind beschränkt
          </xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:enumeration value="1" />
                    <xs:enumeration value="2" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="Andere">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Maßnahme Sitzgelegenheit/Rollstuhl - Andere Maßnahme
          </xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="stringWithAtLeastOneWordCharacter">
                    <xs:minLength value="1" />
                    <xs:maxLength value="1024" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Sitzhose edi:Sitzhose (1) (1)
Bauchgurt edi:Bauchgurt (1) (1)
Brustgurt edi:Brustgurt (1) (1)
Tisch edi:Tisch (1) (1)
Therapietisch edi:Therapietisch (1) (1)
HandArmgurte edi:HandArmgurte (1) (1)
FussBeingurte edi:FussBeingurte (1) (1)
Andere edi:Andere (1) (1)
Collapse Derivation Tree:
Collapse References:
edi:Sitz